home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / emap.dir / 00186_Script_186 < prev    next >
Text File  |  1995-09-12  |  747b  |  37 lines

  1. on EFoodRollovers1
  2.   if rollover(6) then
  3.     EgyptCursor
  4.   else
  5.     if rollover(7) then
  6.       EgyptCursor
  7.     else
  8.       if rollover(8) then
  9.         EgyptCursor
  10.       else
  11.         if rollover(9) then
  12.           EgyptCursor
  13.         else
  14.           if rollover(10) then
  15.             EgyptCursor
  16.           else
  17.             if rollover(40) then
  18.               HandCursor
  19.             else
  20.               if rollover(41) then
  21.                 HandCursor
  22.               else
  23.                 if rollover(42) then
  24.                   HandCursor
  25.                 else
  26.                   ArrowCursor
  27.                 end if
  28.               end if
  29.             end if
  30.           end if
  31.         end if
  32.       end if
  33.     end if
  34.   end if
  35. end
  36.  
  37.